Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.platform.picture.listeners

Contributions

XML Source

<?xml version="1.0" encoding="UTF-8"?>
<component name="org.nuxeo.ecm.platform.picture.listeners">

  <extension target="org.nuxeo.ecm.core.event.EventServiceComponent" point="listener">

    <listener name="pictureChangedListener" async="false" postCommit="false"
      class="org.nuxeo.ecm.platform.picture.listener.PictureChangedListener" priority="20">
      <event>aboutToCreate</event>
      <event>beforeDocumentModification</event>
    </listener>

    <!-- deprecated since 7.2 -->
    <listener enabled="false" name="pictureViewListener" async="true" postCommit="true"
      class="org.nuxeo.ecm.platform.picture.listener.PictureViewListener"
      priority="20">
      <event>updatePictureView</event>
    </listener>

    <listener name="pictureViewsGenerationListener" async="false" postCommit="false"
      class="org.nuxeo.ecm.platform.picture.listener.PictureViewsGenerationListener" priority="20">
      <event>documentCreated</event>
      <event>documentModified</event>
    </listener>

  </extension>

</component>